home *** CD-ROM | disk | FTP | other *** search
/ HPAVC / HPAVC CD-ROM.iso / INTER53A.ZIP / RBROWN.TXT < prev    next >
Text File  |  1997-01-12  |  24KB  |  470 lines

  1. Public Domain/Freeware/Shareware by Ralf Brown:
  2.  
  3. (URLs for use with your favorite WWW browser are at the end of this file)
  4.  
  5. The x86/MSDOS Interrupt List
  6.     A comprehensive listing of more than 8300 functions available through
  7.     interrupt calls on IBM PCs and compatibles.  Includes both
  8.     documented and undocumented functions, plus lists of I/O port, CMOS,
  9.     and memory locations, and far-call entry points.
  10.     Current version: INTER53A (release 53, 12jan97)
  11.              INTER53B
  12.              INTER53C
  13.              INTER53D
  14.              INTER53E (utility programs)
  15.              INTER53F (WinHelp-related programs)
  16.              INTER53G (other hypertext conversion programs)
  17.  
  18. DVINT
  19.     An extract of the MSDOS Interrupt List containing the DESQview
  20.     and QEMM API calls.  Updated whenever there have been significant
  21.      additions to the DESQview/QEMM calls in the Interrupt List.
  22.     Current version: DVINT43 (06jun94)
  23.  
  24. RBcomm
  25.     A DESQview-aware communications program which sports seamless DSZ,
  26.     PCZ, or PUMA/MPt integration for file transfers; ANSI/VT102, VT52, 
  27.      and AVATAR emulation (including 132 columns); speeds to 115200 bps;
  28.     a powerful macro language; dialing directory; ANSI music; and
  29.     more.  Runs in 65K with DSZ, 47K without.  While it works under
  30.     plain DOS, additional features are available under DESQview.
  31.     Current version: RBCOM346 (v3.46 29jan95)
  32.  
  33. SPAWNO
  34.     A replacement for the Turbo C and Microsoft C spawn..() functions
  35.     which swaps the current program to disk, EMS, XMS, or raw extended
  36.     memory while the spawned program executes, leaving less than 300
  37.     bytes in memory.  Also includes a variant for Turbo Pascal v4.0 or
  38.     higher.
  39.     Current version: SPWNO413 (v4.13 12dec92)
  40.     Price: libraries free, full source code $100.
  41.  
  42. RBdualVGA
  43.     Use two color displays on one PC.
  44.     Current version: RBDUAL09 (v0.9 02jun96)
  45.  
  46. RBkeyswap
  47.     Exchange left control and CapsLock keys, as well as Esc and `/~.
  48.     Loads itself high, using just 64 bytes; needs only 128 bytes low
  49.     if no high memory is available.
  50.     Current version: RBKEYSWP (v2.0 22jun91; v3.0 included in AMISLIB)
  51.  
  52. AMISLIB
  53.     Public Domain library (with full source code and five sample TSRs)
  54.     for creating self-highloading TSRs which may be unloaded in any
  55.     order.    Up to 256 TSRs created with AMISLIB may be installed
  56.     simultaneously, and TSRs can be as small as 128 bytes resident,
  57.     1.4K on disk.  One of the sample TSRs is a popup which accesses
  58.     DOS.
  59.     Current version: AMISL092 (v0.92 24sep95)
  60.  
  61. DV-GLUE
  62.     DESQview API bindings for Turbo/Borland C (also mostly compatible
  63.     with MS C).
  64.     Current version: DVGLU172 (source & compiled) (v1.72 01oct95)
  65.  
  66. DVKPOLL
  67.     "Poor man's version" of TAME.  Makes programs give up CPU time when
  68.     they are in an idle loop polling the keyboard for keystrokes.
  69.     Current version: DVKPOLL2 (18jun88)
  70.     Note: This program has been superseded by DVPTAME.
  71.  
  72. DVPTAME
  73.     "Not-so-poor man's version" of TAME.  Tells DESQview to give the
  74.     remainder of a time slice away if the program is in an idle loop
  75.     polling the keyboard for keystrokes.  Uses 0 bytes of memory.
  76.     Current version: DVPTAME (04jun91)
  77.  
  78. DVdevload
  79.     Load device drivers only in those DESQview windows which need the
  80.     services of the driver, reducing the pre-DESQview overhead and thus
  81.     permitting larger DESQview windows.
  82.     Current version: DVDEVL12 (v1.20 03jan93)
  83.     Note: as of DESQview 2.40, Quarterdeck's DEVICE.COM is able to install
  84.       drivers into the device chain in the same manner as DVdevload;
  85.       however, DEVICE uses eight times as much memory as DVdevload and
  86.       has a serious interaction with 4DOS/NDOS that can lead to system
  87.       crashes.
  88.  
  89. RBspeed
  90.     Switch the CPU speed of an Intel Pentium motherboard using the
  91.     "Neptune" chipset.  Public Domain.
  92.     Current version: RBSPEED1 (v1.00 08sep94)
  93.  
  94. SPTURBO
  95.     An integrated environment for Borland's Sprint word processor and
  96.     Turbo C, Turbo Pascal, Turbo Assembler, Turbo Debugger, and CDECL.
  97.     Knows which compiler to invoke based on the file's extension, and
  98.     can run MAKE for multi-file projects.
  99.         Current version: SPTURBO (v2.3 Aug 1,1989)
  100.     Note: Do not expect any updates, as I no longer use Sprint as a
  101.           programming environment.
  102.  
  103. PURGEMSG
  104.     Delete or copy *.MSG files such that you only see those messages
  105.     from a Fidonet echomail area which interest you.
  106.     Current version: PURGEMSG (v1.00, 04aug91)
  107.  
  108. --------------
  109. Authentication
  110. --------------
  111.  
  112. Beginning 1/1/91, all packages are distributed in PKZIP archives with
  113. authenticity verification (v1.1 before 4/1/93, v2.0 after).  Please
  114. redistribute only the original archives to preserve the authenticity
  115. information.  If you receive an archive dated after 1/1/91 which fails
  116. the authenticity check, you should treat it with caution.  If you
  117. receive an archive which passes the PKZIP check but displays an
  118. authenticity code other than NWS235, then the archive has been
  119. deliberately tampered with and should be deleted IMMEDIATELY.
  120.  
  121. Beginning 9/24/95, all packages additionally include detached PGP
  122. signatures in an enclosed archive named PGP-SIGS.ZIP.  My PGP keys
  123. are available from http://pobox.com/~ralf/ or
  124. ftp://ftp.cs.cmu.edu/afs/cs/user/ralf/pub/WWW/ralf.asc
  125.  
  126.  
  127. -------------
  128. Availability:
  129. -------------
  130.  
  131. On the Internet, by standard anonymous FTP from FTP.CS.CMU.EDU [128.2.206.173].
  132.     Change directly to directory /afs/cs.cmu.edu/user/ralf/pub with a
  133.     single command (directories above this are not accessible via
  134.     anonymous FTP). [DV-GLUE is not available here]
  135.     Don't forget to set "binary" mode!  If you are refused access to
  136.     the directory, try again later; a fileserver may have been down.
  137.  
  138. If connected to AFS, you can simply perform standard Unix/VMS/whatever
  139.     directory listing and file copies from the above directory.
  140.  
  141. Or visit my home page, and grab the files with your favorite web browser:
  142.      http://www.pobox.com/~ralf
  143.  
  144. On FIDOnet, from Soundingboard BBS 1:129/26 1-412-621-4604 28.8k HST, file req.
  145.     My programs are kept in file area 8 for those wishing to download
  146.     manually.
  147.  
  148. Alternate Distribution Points (new versions will be available here
  149. usually within 24 hours of release):
  150. Internet:  SimTel Software Repository mirrors in directories /SimTel/msdos/X.
  151.     X is 'info' for the Interrupt List, 'modem' for RBcomm, 'c' for
  152.     SPAWNO, 'asmutl' for AMISLIB, 'desqview' for DV-GLUE/DVKPOLL/DVPTAME,
  153.     and 'sprint' for SPTURBO. Note that you must use mode "binary" to
  154.     successfully FTP the files. The SimTel mirror sites include
  155.     oak.oakland.edu [141.210.10.117], wuarchive.wustl.edu [128.252.135.4],
  156.     ftp.uu.net [137.39.1.9], nic.funet.fi [128.214.6.100],
  157.     src.doc.ic.ac.uk [146.169.3.7] and archie.au [139.130.4.6].
  158.      Some packages are also on GARBO.UWASA.FI in /pc/programming.
  159.  
  160. Bitnet users may also retrieve items on SimTel via the following automated
  161. mail servers:
  162.     (in the US) LISTSERV@RPITSVM (alias VM.ITS.RPI.EDU)
  163.             LISTSERV@NDSUVM1 (alias VM1.NODAK.EDU)
  164.     (in Europe) TRICKLE@AWIWUW11 (Austria)
  165.             TRICKLE@BANUFS11 (Belgium)
  166.             TRICKLE@DKTC11   (Denmark)
  167.             TRICKLE@FRMOP11  (France)
  168.             BITFTP@BITFTP.BITNET (Germany)
  169.             TRICKLE@IMIPOLI  (Italy)
  170.             TRICKLE@HEARN    (Netherlands)
  171.             TRICKLE@EB0UB011 (Spain)
  172.             TRICKLE@SEARN    (Sweden)
  173.             TRICKLE@TREARN   (Turkey)
  174.     (elsewhere) TRICKLE@UNALCOL  (Colombia)
  175.             TRICKLE@TAUNIVM  (Israel)
  176. Send a mail message containing the line
  177.     /HELP
  178. in the body for instructions.
  179.  
  180. DV-GLUE, DVKPOLL, DVINT, DVPTAME, DVdevload, and RBcomm are also available on
  181. Fidonet BBSs belonging to DVNet (listed below).
  182.  
  183. The Interrupt List and SPAWNO are also available on Fidonet BBSs belonging
  184. to the Programmer's Distribution Network.  Selected PDN member boards as of
  185. January 1, 1993:
  186.  
  187. Skokie, IL        1:115/500  USRobotics BBS    
  188. 502-245-8117        1:2320/38  PDN HQ Node 1    ISDN
  189. 502-245-1146        1:2320/100 PDN HQ Node 2    V.Everything
  190.  
  191. Tustin, CA        1:103/208  Homer        14400 HST/V32bis
  192. La Palma, CA        1:103/234  The General Store    2400
  193. Sunnyvale, CA        1:143/226  The Rabbit's Foot    9600 HST
  194. San Diego, CA        1:202/302  Gandalf's        9600 HST
  195. Marysville, CA        1:203/988  Amber Shadow        9600 HST
  196. Honolulu, HI        1:345/2       Coconuts BBS        9600 HST
  197. Enon, OH        1:110/270  The Blue Byte    9600 HST/V32
  198. Palatine, IL        1:115/439  The Midrange System    14400 HST/V32bis 
  199. Grove City, OH        1:226/5300 MARDUK IV        14400 HST/V32bis
  200. Canton, IL        1:232/26   The Proving Grounds  14400 HST/V32bis
  201. Ottawa, ON        1:163/211  Ned's Opus        14400 HST/V32bis
  202. Dumont, NJ        1:107/557  County Jail ][    14400 HST/V32bis
  203. Glen Falls, NY        1:267/54   The Final Frontier   9600 HST
  204. Albany, NY        1:267/169  MCS *USA*        14400 HST/V32bis
  205. Middletown, NY  (HQ)    1:272/38   PRISM BBS        14400 HST/V32bis
  206. New York, NY        1:278/707  The Laboratory BBS    14400 HST/V32bis
  207. Greenville, PA        1:2601/513 Thiel College    2400
  208. Mercer, PA        1:2601/531 Last Outpost        14400 HST/V32bis
  209. Morris Plains, NJ    1:2606/583 Atrium Way        14400 HST/V32bis
  210. Kansas City, MO        1:280/8       The Unicorn EIE    9600 HST/V32
  211. Boulder, CO        1:104/415  World Peace BBS    14400 H96/V32bis
  212. Colorado Springs, CO    1:128/60   Programmer's Playhous 14400 HST/V32bis
  213. Merrimack, NH        1:132/130  Outer Limits        9600 HST/V32
  214. Hudson, NH        1:132/159  The Toy Room BBS    9600 HST
  215. Manchester, NH        1:132/122  Echo Beach        9600 HST
  216. Pomfret, CT        1:320/101  Brain Damaged    14400 HST/V32bis
  217. Coventry, RI        1:323/105  Prometheus System    14400 HST/V32bis
  218. Providence, RI        1:323/120  ChowdaNet BBS    14400 HST/V32bis
  219. Lawrence, MA        1:324/121  The Business Card    14400 HST/V32bis
  220. Plainfield, CT        1:327/452  The Plainfield News    14400 HST/V32bis
  221. Wenatchee, WA        1:344/61   Apple Capitol BBS    14400 HST/V32bis
  222. Kindersley, Sask    1:140/501  The Big Electric Cat 14400 HST/V32bis
  223. Nanaimo, BC        1:351/201  MegaByte BBS        14400 HST/V32bis
  224. Crystal River, FL    1:365/12   Gulf Coast BBS    14400 HST/V32bis
  225. Miami, FL        1:135/105  DevPalMiami        14400 HST/V32bis
  226. Chattanooga, TN        1:362/101  STARFIRE COMMAND    14400 HST/V32bis
  227. Caparra Heights, PR    1:367/15   The Island Sun    14400 HST/V32bis
  228. Watkinsville, GA    1:370/510  Route 66 BBS        14400 HST/V32bis
  229. Albany, GA        1:3617/3   Combat Override    9600 HST
  230. Charlotte, NC        1:379/4       Programmer's Assistant 14400 HST/V32bis
  231. Mobile, AL        1:3625/454 On-Line Aft LateNight 14400 HST
  232. Corpus Christi, TX    1:160/140  Gethsemane        14400 HST/V32bis
  233. San Antonio, TX        1:387/255  NUL            14400 HST/V32bis
  234. Tulsa, OK        1:170/403  Software America Inc 14400 HST/V32bis
  235. Walnut Ridge, AR    1:389/10   Phil's BBS        14400 HST/V32bis
  236. Folsom, LA        1:390/3       Northlake Data Xchg  14400 HST/V32bis
  237. Slidell, LA        1:390/11   The City O' Jazz    9600 HST/V32
  238. Muskogee, OK        1:3813/309 Brushy Mountain BBS  9600 HST
  239. ---Europe---
  240. Emmen, NL        2:282/1       Garfield's Home    14400 HST/V32bis
  241. Enschede, NL        2:283/100  HAMLOT Services Brd  14400 HST/V32bis
  242. Maaseik, Belgium    2:292/100  FD-Help        14400 HST/V32bis
  243. Bologna, Italy        2:332/403  Active Line I    14400 HST/V32bis
  244. Pisa, Italy        2:332/602  WolfNet Point's Line V32/PEP
  245. Pisa, Italy        2:332/612  WolfNet Line #1    9600 HST/V32
  246.  
  247. ------------------------------------------------------------------------
  248.  
  249. DVNet nodes as of August 1994:
  250.  
  251.                DVNet node listing as of AUG 03, 1994
  252.  
  253.            USA
  254.   ------------------------------     ---------  ------------  --------
  255. AK  65'North, Fairbanks              1:355/38   907-452-1460  VFCV32b
  256. AR  Phil's BBS, Walnut Ridge         1:389/10   501-886-1701  HSTV32b
  257. AR  CrossFire, N Little Rock         1:3821/2   501-791-2993  H16V32b
  258. AR  MinnTelligence, Little Rock      1:3821/6   501-664-2237  V32b
  259. AZ  Analog Gate, Sierra Vista        1:309/9    602-458-0451  HSTV32
  260. CA  Carl's Corner, San Jose          1:10/1     408-248-9704  HSTV32
  261. CA  Central Computer Banks, LA       1:102/851  213-256-0871  HSTV32b
  262. CA  Gandalf's, El Cajon              1:202/302  619-466-9505  HSTV32
  263. CA  Stingray!, Clovis                1:205/12   209-298-9461  HST
  264. CA  Bertha Board, Manteca            1:208/1    209-823-0093  HST
  265. CO  Hole in the Wall, Parker         1:104/651  303-841-5515  HSTV32b
  266. CO  Prgrmmrs Playhouse, Colo Springs 1:128/60   719-380-8813  HST
  267. CT  Treasure Island, Danbury         1:141/730  203-791-8532  HSTV32b
  268. CT  Ascii Neighborhood, W Haven      1:141/333  203-934-9852  HST
  269. CT  Death's Domain, Enfield          1:142/629  203-749-6103  HSTV32
  270. CT  Plainfield News, Plainfield      1:327/452  203-564-8579  HST
  271. DE  KnowledgeBase BBS, Wilmington    1:150/360  302-633-4797  HSTV32
  272. FL  Stan's Shack, Jacksonville       1:112/5    904-768-3854  HSTV32
  273. FL  Silicon Dreams, Bradenton        1:137/200  813-746-7788  V32
  274. FL  Jos' Lounge, Naples              1:3630/40  813-592-1535  HSTV32
  275. FL  Other World, Tallahassee         1:3605/56  904-668-1092  HST
  276. FL  The Dog House, Tamarac           1:369/54   305-720-3637  HSTV32
  277. FL  archonRAINBOW, Ft Myers          1:371/13   813-939-3394  HST
  278. FL  Strat's Asylum, Cape Canaveral   1:374/12   407-799-0390  HSTV32b
  279. FL  E.I.L.C. BBS, Palm Bay           1:374/60   407-676-2998  HSTV32b
  280. FL  Southern Systems, Tampa          1:377/9    813-977-7065  HSTV32
  281. GA  Galaxy Info System, Atlanta      1:133/411  404-671-1024  V32
  282. GA  Code Plus, Warner Robins         1:3611/15  912-953-1053  HSTV32b
  283. GA  Combat Override, Albany          1:3617/3   912-883-1421  HST
  284. HI  CocoNuts BBS Service, Honolulu   1:345/2    808-845-7054  HSTV32
  285. IA  Icarus, Iowa City                1:283/657  319-337-9878  HSTV32
  286. IL  Midrange System, Mt Prospect     1:115/439  708-439-9679  HSTV32
  287. IL  Buzzard's Roost, Peoria          1:232/17   309-691-5469  HSTV32b
  288. IN  Someplace BBS, Indianapolis      1:231/120  317-353-9981  HST
  289. IN  Joker's Wild, Indianapolis       1:231/510  317-843-1371  HSTV32
  290. IN  The Jokerman BBS, Bluffton       1:236/12   219-824-5628  ZYXV32b
  291. LA  My Secret Garden, Shreveport     1:380/5    318-865-4503  H16V32b
  292. LA  *Silver Streak RBBS, New Orleans 1:396/15   504-888-6515  HSTV32b
  293. MA  Rainbow's Edge, Westwood         1:101/1    617-551-0495  HSTV32
  294. MA  Pioneer Valley PCUG1, Amherst    1:321/109  413-256-1037  HST
  295. MA  Denis's Opus, Ayer               1:322/2    508-772-6373  HSTV32
  296. MA  Waystar BBS, Marlborough         1:322/14   508-481-7147  HST
  297. MA  The Business Card, Lawrence      1:324/121  508-682-5329  HSTV32b
  298. MD  Addict's Attic, Germantown       1:109/423  301-428-8998  V32
  299. MD  AviTechnic ,Lutherville          1:261/662  301-252-0717  HSTV32
  300. MI  The Red Eye BBS, Westland        1:2410/213 313-728-0213  V32b
  301. MI  Fast Eddies BBS, Monroe          1:2380/101 313-243-0944  ZYXV32b
  302. MN  Riverside BBS, Elk River         1:282/1008 612-241-9963  V32
  303. MO  Cheswick's, St Louis             1:100/375  314-965-5296  HSTV32
  304. MO  Summit Forum, Holt's Summit      1:289/13   314-896-5393  HSTV32
  305. MO  Cmos, St Joseph                  1:294/1    816-233-1357  HSTV32b
  306. NC  Crossed Wires, Dudley            1:3660/809 919-580-7194  H16V32b
  307. NC  Psychotronic BBS, Durham         1:3641/1   919-286-7738  HSTV32
  308. NC  Programmer's Asstnt, Charlotte   1:379/4    704-544-0010  HST
  309. NH  Our BBS Yours and Mine, Derry    1:132/193  603-432-5287  HSTV32b
  310. NJ  University BBS, Eatontown        1:107/411  908-544-8193  HSTV32b
  311. NJ  Maple Shade Opus, Maple Shade    1:266/12   609-482-8604  HSTV32b
  312. NJ  APFL- The BBS, Tenafly           1:2604/306 201-567-6994  HSTV32b
  313. NJ  Fleet Street, Somerville         1:2605/625 908-722-8962  V32
  314. NJ  Atrium Way, Morris Plains        1:2606/583 201-984-5555  HSTV32
  315. NM  Construction Net #6, Los Alamos  1:15/20    505-662-0659  HST
  316. NV  $in City Bit Pit, Las Vegas      1:209/711  702-647-4427  HSTV32
  317. NV  Danger Zone, Reno                1:213/720  702-828-4907  HSTV32
  318. NY  Rivendell * TAP/1, Syracuse      1:260/1    716-646-0227  HSTV32
  319. OH  The Mountain Top, Cincinnati     1:108/107  513-921-5568  HST
  320. OH  Blue Byte BBS, Enon              1:110/270  513-864-1143  HST
  321. OH  Nerd's Nook, Rocky River         1:157/3    216-356-1882  HSTV32b
  322. OH  NHampton Data, Cuyahoga Falls    1:157/533  216-928-8565  HSTV32
  323. OH  Computer Room, Pickerington      1:226/110  614-861-8377  HSTV32
  324. OH  Steel Valley BBS, Girard         1:237/500  216-545-2318  HSTV32
  325. OH  The Outer Limits, Chillicothe    1:2220/10  614-772-5520  H16VFC
  326. OH  South of the Bauder, Chillicothe 1:2220/70  614-773-2423  H16V32b
  327. OK  Ascension, Norman                1:147/46   405-360-4261  HST
  328. OR  Bink of an Aye, Portland         1:105/42   503-297-9043  PEPV32
  329. OR  Atarian BBS, Portland            1:105/10   503-245-9730  HSTV32
  330. OR  Busker's Boneyard, Portland      1:105/14   503-771-4773  PEP
  331. OR  Dimension 7, Eugene              1:152/7    503-461-2219  HST
  332. PA  The Other BBS, Harrisburg        1:270/101  717-657-2223  HST
  333. PA  Walsh Microsys, Philadelphia     1:273/917  215-725-9134  HST
  334. PA  Optical Illusion, Allentown      1:273/603  215-797-7409  HSTV32
  335. PA  U.S.S. Intrepid, Spring House    1:273/703  215-641-0270  HST
  336. PA Programmer's Haven, Allentown     1:2607/103 610-797-9378  V32BVFC
  337. PA  Cheyenne BBS, Upper Darby        1:2614/409 215-544-0819  HSTV32b
  338. PR  Island Sun, Caparra Heights      1:367/15   809-783-9542  HST
  339. SC  Dreadnaught BBS, Columbia        1:376/50   803-731-3884  V32
  340. SC  Special Projects, Beech Island   1:360/13   803-827-1725  HSTV32b
  341. SC  Carolina Collections, Sumter     1:3647/1   803-499-4316  HSTV32b
  342. TN  EET BBS, Nashville               1:116/24   615-353-3476  HSTV32
  343. TX  Conch Opus, Houston              1:106/357  713-667-7213  HSTPCP
  344. TX  Inns of Court, Dallas            1:124/6101 214-458-2620  HSTV32
  345. TX  Spare Parts, Bedford             1:130/38   817-540-3527  HST
  346. TX  Southern Crossroads, Dallas      1:124/4115 817-481-8984  ZYXV32b
  347. TX  The Gas Company, Arlington       8:930/201  817-265-8938  HST
  348. TX  Wireline, Corpus Christi         1:160/40   512-241-1120  HST
  349. TX  Middle Earth, San Antonio        1:382/19   512-835-4848  HST
  350. TX  Hair of the Dog, Austin          1:382/44   512-219-9446  V32b
  351. TX  Last Chance TBBS, San Antonio    1:387/800  512-822-7519  HST
  352. TX  TSTI INFO NET, Waco              1:388/1000 817-799-1570  HST
  353. TX  Direct Connect!, Victoria        1:3802/213 512-573-0245  HSTV32b
  354. VA  Diving Board, Richmond           1:264/180  804-965-9082  HST
  355. VA  Host D, Newport News             1:271/295  804-887-0577  V32b
  356. VA  Host D, Newport News             1:271/296  804-887-2490  ZYXV32b
  357. VA  Host D, Newport News             1:271/294  804-887-8235  HST
  358. VA  ThunderBolt BBS, Fredericksburg  1:274/13   703-373-9289  HST
  359. VA  Terrapin Station, Norfolk        1:275/13   804-489-7450  HSTV32b
  360. VT  The Ozone Layer, Williston       1:325/118  802-862-5058  HSTV32b
  361. WA  Pacifier BBS, Vancouver          1:105/103  206-253-9770  HSTV32
  362. WA  Seattle/Everett Hub, Seattle     1:343/300  206-244-8860  HST
  363. WA  Sno-Valley SW Exchange, N Bend   1:343/108  206-888-9249  HSTV32
  364. WA  Sleepy Hollow BBS, Wenatchee     1:344/78   509-664-4021  V32b
  365. WA  Gecko Control, Fairchild AFB     1:346/26   509-244-0944  V32
  366. WA  SunDial BBS, Pasco               1:347/7    509-545-1789  HST
  367. WI  County Line BBS, W Allis         1:154/100  414-476-8468  HSTV32b
  368. WI  The Inn, Chippewa Falls          1:2300/10  715-723-3552  HSTV32b
  369. WY  Oregon Trail XRoads, Casper      1:303/5    307-472-3615  H96V32
  370. WY  Black Diamond, Greybull          1:15/24    307-682-6944  H14V32b
  371.  
  372.            CANADA
  373.   ------------------------------     ---------  ------------  ----------
  374. AB  Logical Solutions, Calgary       1:134/10   403-299-9917  HST
  375. AB  Information Corner, Edmonton     1:342/20   403-483-1896  HST
  376. BC  Kiwi-Land, Surrey                1:153/909  604-536-0831  H16V32b
  377. MB  Polar Bear Heaven Winnipeg       1:348/405  204-837-9704  HST
  378. NB  Atlantic Access, St John W       1:255/2    506-635-1964  HST
  379. ON  AFI Comm, Nepean                 1:163/115  613-829-0282  HST
  380. ON  Ned's Opus HST Ottawa            1:163/211  613-523-8965  HST
  381. ON  Alpha City BBS, Oshawa           1:229/2    416-579-6302  H14V32b
  382. ON  The Aardvark, Burlington         1:259/110  905-332-4127  H16V32b
  383. PQ  Arcane BBS, Laval                1:167/116  514-687-9586  HST
  384. SK  The DataForce, Regina            1:140/72   306-585-1958  HST
  385.  
  386.            ZONE 2
  387.  ---------------------------------   ---------  -------------- -------
  388. AU  ZAP #3/Cuckoo's Nest             2:310/3     43-1-454330    HSTV32b
  389.  
  390. BE  The Optimist, Antwerpen          2:292/856   32-3-2811450   ZYXV32b
  391.  
  392. DE  The 49er's, Wuppertal            2:243/7801  49-202-305803  HST
  393. DE  Median, Berlin                   2:2410/305  49-30-735148   H16V32Terbo
  394. DE  BoersenBox, Friedrichshafen      2:246/8501  49-7541-53191  HSTV32b
  395.  
  396. FR  The Lys Valley, Comines          2:322/2     33-20631262    HSTV32Terbo
  397.  
  398. GB  Enigma Variations, Worcester     2:2/544     44-905-795002  HST
  399. GB  GABBS, Gosport Hants             2:251/16    44-705-524805  HSTV32b
  400. GB  Komputer Knowledge, Cheddington  2:252/7     44-296-668148  HSTV32
  401. GB  Aureal, Market Harborough        2:254/153   44-858-466594  HST
  402. GB  Trinity I, Exeter                2:255/112   44-392-495899  HSTV32b
  403. GB  Dog & Duck, Hull                 2:2503/3    44-482-444650  HSTV32
  404. GB  Power BBS, Wrexham Clwyd         2:442/78    44-978-824278  HSTV32b
  405. GB  Piston Popper's, Hastings        2:441/80    44-424-853361  HSTV32
  406.  
  407. IL  Small BBS, Jerusalem             2:402/777                  V32b
  408.  
  409. IT  Venus, Pavia PV                  2:331/318   39-382-575369  V32bZYX
  410. IT  Genova 2000, Genova              2:332/201   39-10-3770080  V32b
  411. IT  SUBALPINA's_Hub, Torino          2:334/300   39-11-6624400  HSTV32
  412.  
  413. NL  TouchDown, Hoofddorp             2:280/414   31-2503-52030  H14V32b
  414. NL  Interface HQ, Den Haag           2:281/506   31-70-3360698  V32b
  415. NL  Kiss Software, Almelo            2:283/314   31-5490-13932  ZYXV32b
  416. NL  Programmers Support, Helmond     2:2802/108  31-4920-13558  H14V32b
  417. NL  Byteline! Systems, Hardinxveld   2:285/101   31-1846-17611  H14V32b
  418. NL  DOSSBoss Twente, Delden          2:500/149   31-5407-64701  ZYXV32b
  419. NL  The HEKOM Board                  2:500/223   31-3483-4072   V32b
  420. NL  MotherBoard                      2:512/197   31-50-187669   H14V32b
  421.  
  422. SE  Capital City BBS,Haninge         2:201/111   46-8-53043088  H14V32
  423. SE  Fenix, Viksjö                    2:201/298   46-8-58011629  V32b
  424.  
  425.            ZONE 3
  426.  ------------------------------      ---------  ------------- -------
  427. AU Marwick's MadHouse, Brisbane      3:640/820  61-7-870-2972  PEPV32
  428. AU Sentry, Lane Cove NSW             3:711/401  61-2-428-4687  PEPV32
  429. AU Sentry's Shadow, Lane Cove NSW    3:711/501  61-2-418-6682  V32bTerbo
  430. AU Revelstone BBS, Doveton Vic       3:632/348  61-3-741-2353  PEP
  431. AU Southern Mail CBCS Croyton Vic    3:632/386  61-3-725-1621  PEP
  432. AU COMPUlink, Perth WA               3:690/628  61-9-451-7288  2400
  433. AU Phone Box,Inglewood SA            3:800/854  61-8-3805505   V32
  434. AU OZ-Board, Townsville Qsnlnd       3:640/715  61-77-21-3592  PEPV32RE
  435.  
  436.            ZONE 6
  437.  ------------------------------      ---------  ------------- -------
  438. HK TAIC Maximus Kowloon              6:700/1    85-2-789-1267  PEPV32
  439.  
  440.  
  441. ======================================================================
  442.  
  443. URLs:
  444.  
  445. Home page:  http://www.pobox.com/~ralf
  446.  
  447. Files in my FTP area:
  448.     http://www.pobox.com/~ralf/files.html
  449.     ftp://ftp.cs.cmu.edu/afs/cs.cmu.edu/user/ralf/pub/
  450.  
  451. Files on SimTel and mirrors:
  452.     ftp://ftp.simtel.net/pub/simtelnet/msdos/info/inter53a.zip
  453.     ftp://ftp.simtel.net/pub/simtelnet/msdos/info/inter53b.zip
  454.     ftp://ftp.simtel.net/pub/simtelnet/msdos/info/inter53c.zip
  455.     ftp://ftp.simtel.net/pub/simtelnet/msdos/info/inter53d.zip
  456.     ftp://ftp.simtel.net/pub/simtelnet/msdos/info/inter53e.zip
  457.     ftp://ftp.simtel.net/pub/simtelnet/msdos/info/inter53f.zip
  458.     ftp://ftp.simtel.net/pub/simtelnet/msdos/c/spwno413.zip
  459.     ftp://ftp.simtel.net/pub/simtelnet/msdos/desqview/dvint43.zip
  460.     ftp://ftp.simtel.net/pub/simtelnet/msdos/desqview/dvglu172.zip
  461.     ftp://ftp.simtel.net/pub/simtelnet/msdos/modem/rbcom346.zip
  462.  
  463. Files at Garbo:
  464.     ftp://garbo.uwasa.fi/pc/programming/inter53a.zip
  465.     ftp://garbo.uwasa.fi/pc/programming/inter53b.zip
  466.     ftp://garbo.uwasa.fi/pc/programming/inter53c.zip
  467.     ftp://garbo.uwasa.fi/pc/programming/inter53d.zip
  468.     ftp://garbo.uwasa.fi/pc/programming/inter53e.zip
  469.     ftp://garbo.uwasa.fi/pc/programming/inter53f.zip
  470.